home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1996 September / inter@ivo 1996-09.iso / cybint8 / bin / montracd.dxr / 00175_sair.ls < prev    next >
Encoding:
Text File  |  1996-08-02  |  280 b   |  18 lines

  1. on mouseUp
  2.   global act
  3.   InVis(27)
  4.   sound playFile 2, "..\som\ovo.wav"
  5.   startTimer()
  6.   repeat while the timer < 20
  7.     nothing()
  8.   end repeat
  9.   onVis(32)
  10.   updateStage()
  11.   startTimer()
  12.   repeat while the timer < 30
  13.     nothing()
  14.   end repeat
  15.   onVis(36, 38)
  16.   set act to 1
  17. end
  18.